home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Workbench Add-On
/
Workbench Add-On - Volume 1.iso
/
Music
/
MIDI
/
mod2midi
/
text.h
< prev
Wrap
C/C++ Source or Header
|
1995-08-23
|
835b
|
34 lines
char *MSG_ERR_OUT_OF_MEMORY = "Out of memory\n";
char *MSG_ERR_NO_MOD_FILENAME = "No .MOD filename supplied\n";
char *MSG_ENTER_VOLUMESHIFT[] =
{
"Please enter the volume shift formula",
"values for the sample you have just",
"selected.",
"eg. For the formula (volume+12)*34/56",
"you would enter in '12,34,56'. In most",
"cases all you will need to enter are",
"the values '0,1,1'.",
NULL
};
char *MSG_ENTER_TRANSPOSITION[] =
{
"Please enter a transposition value",
"for the sample you have just selected,",
"eg. '-12' for a bass guitar sample,",
"'0,3,7' for a minor chord, or '0,4,7'",
"for a major chord are usual.",
NULL
};
char *MSG_ABOUT[] =
{
"Mod2Midi Amiga conversion © 1994 Paul Huxham",
" based on MIDIMOD © 1993 Andrew Scott",
"",
"Tempo mapping: TEMPO = <0 for NORMAL> | <1 for EXTENDED>",
NULL
};